Jiri Palecek [Wed, 6 Jan 2021 14:50:52 +0000 (14:50 +0000)]
Fix uninitialized variable warning
Last-Update: 2020-06-04
If the YUV format isn't found, the code depends on .format being
0. However, it was not initialized at all, so this patch initializes
the format member. The other members need not be initialized.
Last-Update: 2020-06-04
Gbp-Pq: Name uninitialized-yuvformat.patch